home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr22 / rdstderr.zip / ASMERR.BAT next >
DOS Batch File  |  1993-05-01  |  273b  |  10 lines

  1. echo off
  2. if exist %1.ASM goto Continue
  3. echo To use - ASMERR filename
  4. echo    where filename = name of source file (no .ASM extension)
  5. echo    STDERR will go to a file with the same body name and .ERR extension
  6. goto Error
  7. :Continue
  8. rdstderr %1.err masm %1;
  9. :Error
  10.